Northwoods.GoSilverlight 1.3.5 Assembly
LinkFromParameterPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkFromParameterPath Property

Gets or sets a property path that that specifies how to get optional "port" parameter information for the "from" node data of a link data object.

Syntax

Visual Basic (Declaration) 
Public Property LinkFromParameterPath As String
C# 
public string LinkFromParameterPath {get; set;}

Property Value

This value is used by FindFromParameterForLink to get an object describing the "from" end of this link data.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindFromParameterForLink for most cases.

The value of this property path applied to a link data object must be of type PortKey.

Requirements

See Also

© 2012 All Rights Reserved.